html, body, div, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, address, big, cite, code, del, dfn, img, ins, kbd, q, s, samp, small, strike,  sub, sup, tt, var, b,  center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, table, caption, tbody, tfoot, thead, tr, th, td, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video {margin: 0;padding: 0;border: 0;font-style: normal;outline:none;}
html, body{width: 100%;min-height: 100%;overflow-x: hidden;font-family:sans-serif;
}
body {background-color: white;line-height: 1.5; font-size: 14px;font-family:sans-serif;color: #333;}
a{text-decoration: none;color: #333333;}
a:hover{color: #77C967; }
.btn:hover{opacity: 0.7;}
ul,li,dl,dt,dd{list-style: none;}
.iconfont,h1, h2, h3, h4, h5, h6,a{font-size: inherit;}
.fl {float: left!important;}
.fr {float: right!important;}
.cf:after{content: ""; position: relative; display: block; clear: both;}
.hidden{display: none!important;}
/*文字超出处理*/
.text_nowrap{word-break: keep-all;white-space: nowrap;overflow: hidden;}
.text_ellipsis{word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*单行省略号*/
.text_ellipsis{word-break: keep-all;white-space: nowrap;overflow: hidden;text-overflow: ellipsis;}
/*多行省略：3表示多少行*/
.content3_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;word-break: break-all;}
.content2_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: break-all;}
/*文字末端对其*/
.text_justify{text-align: justify;}
.text_justify:after{content: "";position: absolute;right: 0px;bottom: 0px;/*解决 text-align: justify 不生效问题 */display: inline-block;padding-left: 100%;}
/*不被选中*/
.no_select{-webkit-user-select:none;-moz-user-select:none;-ms-user-select:none;user-select:none;}
/*滚动条样式*/
::-webkit-scrollbar {width: 4px;height: 4px;background-color: transparent;}
::-webkit-scrollbar-thumb {border-radius: 4px;-webkit-box-shadow: 0 0 6px rgba(0, 0, 0, .1);background-color: #BCBCBC;}
/*手势*/
.pointer{cursor: pointer!important;}
/*无边框*/
.no_border{border-width: 0px!important;}
/*边距*/
.mr_10{margin-right: 10px!important;}
.mr_20{margin-right: 20px!important;}
.mr_0{margin-right: 0px!important;}
/*文字颜色*/
.c1 {color: #DB8900!important;}
.c2 {color: #46B622!important;}
.c3 {color: #1F89EC!important;}
.c4 {color: #C92929!important;}
.c5 {color: #5670BF!important;}
.c6 {color: #9B9B9B!important;}
.c7{color: #9a9a9a!important;}
.cred{color: RGBA(255, 101, 1, 1)!important;}
/*字体大小*/
.font12{font-size: 12px;}
.font14{font-size: 14px;}
/*flex布局*/

.flex{display: -webkit-box; display: -webkit-flex; display: -ms-flexbox; display: flex;}
.flex_v {-webkit-box-orient: vertical;-webkit-flex-direction: column;-ms-flex-direction: column;flex-direction: column;}
.flex_vertical {-webkit-box-orient: vertical; -webkit-flex-flow: column;flex-flow: column;}
.flex_1 {-webkit-box-flex: 1;-webkit-flex: 1;-ms-flex: 1;flex: 1;}
.flex_align_center {-webkit-box-align: center;-webkit-align-items: center;-ms-flex-align: center;align-items: center;}
.flex_direction_row{ flex-direction: row;  }
.flex_direction_column{ flex-direction:column}
.flex_pack_center {-webkit-box-pack: center;-webkit-justify-content: center;-ms-flex-pack: center;justify-content: center;}
.flex_content_center{align-content:center;}
.flex_pack_around { -webkit-box-pack: space-around; -webkit-justify-content: space-around; -ms-flex-pack: space-around; justify-content: space-around;}
.flex_pack_justify {-webkit-box-pack: justify;-webkit-justify-content: space-between;-ms-flex-pack: justify;justify-content: space-between;}
.flex_pack_start {-webkit-box-pack:  flex-start;-webkit-justify-content:  flex-start;-ms-flex-pack:  flex-start;justify-content:  flex-start;}
.flex_pack_end {-webkit-box-pack:  flex-end;-webkit-justify-content:  flex-end;-ms-flex-pack:  flex-end;justify-content:  flex-end;}
.flex_grow{-webkit-box-flex: 1.0;-moz-flex-grow: 1;-webkit-flex-grow: 1;flex-grow: 1;}
.flex_shrink{-webkit-box-flex: 0;-moz-flex-shrink: 0;-webkit-flex-shrink: 0;flex-shrink: 0;}
.flex_wrap{flex-wrap: wrap;}
.content1_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:1;-webkit-box-orient: vertical;word-break: break-all;}
.content2_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:2;-webkit-box-orient: vertical;word-break: break-all;word-break: normal;}
.content3_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:3;-webkit-box-orient: vertical;word-break: break-all;}
.content6_ellipsis{display: -webkit-box;overflow: hidden;text-overflow: ellipsis;-webkit-line-clamp:6;-webkit-box-orient: vertical;word-break: break-all;}
/*容器*/
body{background-size: 100% auto;background-position:0 60px;background-repeat: no-repeat;}
.container {width:1310px;margin: 0 auto ;position: relative;padding-bottom: 20px;}
.container.grid2 {margin-top: 10px;}
.container_left{width: 250px;}
.container_content{width: 750px;}
.container_right{width: 250px;}
/*头部*/
.top_box{position: fixed;top: 0;left: 0; right:0;z-index: 12000;width: 100%;}
.trumpet_box{width:760px;height: 40px;line-height: 40px;color: #999999;display: none;}
.trumpet_box .trumpet_img{width: 20px;height: 17px;margin-top: 11.5px;vertical-align: top;margin-right: 15px;}
.content_notice{ display: inline-block;overflow: hidden;height: 40px;line-height: 40px;color: #999999;}
.content_notice_p{white-space:nowrap;display: inline-block;margin-left: 0; }
.weixin_box{color: white;height: 70px;line-height:70px;}
.weixin_box .item{color: white;font-size: 16px;line-height: 40px;position: relative;margin-right: 20px;}
.weixin_box .win {position: absolute;bottom: -160px;left:50%;margin-left: -65px; background: #fff;width: 130px;height: 130px;text-align: center;box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box;opacity: 0;visibility: hidden;}
.weixin_box .win img{width: 100%;}
.weixin_box .win:before {content: ' ';position: absolute;top: -20px;left: 50%;border: 10px solid transparent;border-bottom-color: #fff; transform: translatex(-50%);}
.weixin_box .item:hover{opacity: 1;}
.weixin_box .item:hover .win {bottom: -145px;opacity: 1;visibility: visible;transition: all .3s ease;}
.nav_box {height: 80px;background-color: #000;box-shadow: 0 1px 2px rgba(0,0,0,.1);}
.nav_box:after{clear: both;}
.nav_box .container{height: 70px;}
.nav_box .logo {float: left;display: inline-block;}
.nav_box .logo img {width:143px;vertical-align: middle;}
.nav_box .nav-link{display: inline-block;margin-left: 35px;}
.nav_box .nav-link li {float: left; padding: 0 23px;line-height: 70px;}
.nav_box .nav-link a {color: white;font-size: 16px;display: block;}
.nav_box .nav-link a:hover{color: #77C967; opacity: 1;}
.nav_box .nav-link a.active {color: #77C967; font-weight: bold;}
.content_submit{position: absolute;top:0;right: 0;}
.content_submit a{display: inline-block; width: 100px; margin: 20px 0 0 15px; float: left; color: #FFFFFF; height: 40px; line-height: 40px; font-size: 14px; text-align: center; border-radius: 5px;}
/*.content_submit div{display: inline-block; width: 100px; margin: 20px 0 0 15px; float: left; color: #FFFFFF; height: 40px; line-height: 40px; font-size: 14px; text-align: center; border-radius: 5px;}*/
.content_submit a .iconfont{font-size: inherit; margin-right: 5px;}
.content_submit div .iconfont{font-size:21px;}
.content_submit a.project{background-color: #37C393;}
.content_submit a.article{background-color: #FF6501;}
.content_submit div.article{background-color: #FF6501;}
.top_box_height{height: 110px;}

.layui-tab-title li {display: inline-block; *display: inline; *zoom: 1;vertical-align: middle;font-size: 14px;transition: all .2s; -webkit-transition: all .2s; position: relative;line-height: 40px;  min-width: 65px;   padding: 0 15px; text-align: center;cursor: pointer;}
.layui-tab-title {position: relative;left: 0;height: 40px; white-space: nowrap;font-size: 0;border-bottom-width: 1px;border-bottom-style: solid;transition: all .2s;-webkit-transition: all .2s;}
.layui-tab-title .layui-this:after {position: absolute;left: 0;top: 0;content: '';width: 100%;height: 41px;border-bottom-width:1px;border-bottom-style: solid;border-bottom-color: #77C967;box-sizing: border-box;pointer-events: none;}
.layui-tab-title{border-color: #ebebeb; background-color: #FFFFFF;}
.layui-tab-title li{font-size: 16px; font-weight: normal; text-align: center; display: inline-block;}
.layui-tab-content{padding: 20px 0 0 0;}
.layui-tab-brief>.layui-tab-title .layui-this,.layui-tab-brief>.layui-tab-title .layui-this h1{border-color: #77C967 ; color: #000; font-size:24px;font-weight:normal}

/*底部*/
.footer {background-color: #262930;color: #6F7072;}
.footer .footer_top {padding: 50px 0px;border-bottom: 1px solid #3C3E45;overflow: hidden;}
.footer .f_item{font-size: 12px;color: #9B9B9B;line-height: 28px;padding-top: 26px;}
.footer .f_item:first-child{padding-top: 0px;}
.footer .f_item p {line-height: 24px;}
.footer .f_item a {color: #9B9B9B;display: inline-block;margin-right: 10px;transition: all .3s ease;}
.footer .f_item a:hover{color: #fff;text-decoration: underline;}
.footer .f_item .img_link{width: 100px; height: 38px; margin-bottom: 8px;}
.footer .pub_ft_serve {padding: 35px 0px;text-align: center;position: relative;}
.footer .pub_ft_serve .online>a {display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;text-align: center;background-color: #1e2026;margin-left: 8px;color: #fff;opacity: .55;position: relative;}
.footer .pub_ft_serve .online>a:hover {opacity: 1;}
.footer .pub_ft_serve .online>a:first-child{margin-left: 0px;}
.footer .pub_ft_serve .f-contain {position: absolute;top: -33px;left: 50%;background: #fff;width: 130px;height: 130px;text-align: center;transform: translate(-50%, -100%);box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box; opacity: 0;visibility: hidden;}
.footer .pub_ft_serve .f-contain img{width: 100%;}
.footer .pub_ft_serve .f-contain:after {content: ' ';position: absolute;bottom: -20px;left: 50%;border: 10px solid transparent;border-top-color: #fff;transform: translatex(-50%);}
.footer .pub_ft_serve a:hover .f-contain {top: -13px;opacity: 1;visibility: visible;transition: all .3s ease;}
.footer .pub_ft_serve .online .iconfont{font-size: 20px;}
.footer .pub_ft_serve .copy_right {font-size: 12px;margin-top: 20px;}
.footer .pub_ft_serve .copy_right div a{color: #6F7072;}
.footer .pub_ft_serve .copy_right a, .footer .pub_ft_serve .item a{color: #6F7072;}
.footer .pub_ft_serve .copy_right a:hover, .footer .pub_ft_serve .item a:hover {color: #fff;text-decoration: underline;}
.footer .pub_ft_serve .item{margin-top: 20px;}
.footer .pub_ft_serve .item a{margin-right: 20px;}
.footer .pub_ft_serve .item a:last-child{margin-right: 0px;}
/*浏览更多*/
.more_block, a.more_block{ width: 220px;margin:8px auto 0; border: 1px solid #666666;border-radius: 15px;  font-size: 14px;line-height: 38px;text-align: center;background: #fff;cursor: pointer; box-sizing: border-box;transition: all .3s ease;display: block; color: #666666;}
.more_block, a.more_block:hover{border-color: #0a8ddf;color: #0a8ddf;}
/*位置导航*/
.location_nav{position: relative; padding: 15px 0px; background-color: #FFFFFF;}
.location_nav .layui-breadcrumb a:hover{color: #FF6501!important;}
.location_nav .iconfont{font-size: 15px; margin-right: 3px;}
.location_nav .layui-breadcrumb>*{font-size: 12px!important;}
/*分享*/
.share_box{position: relative;}
.share_box>a{display: inline-block;width: 36px;height: 36px;line-height: 36px;border-radius: 50%;text-align: center;background-color: #BFBFBF;margin-left: 15px;color: #fff;opacity: .55;position: relative;}
.share_box>a:hover {opacity: 1; background-color: #37C393;}
.share_box>a:first-child{margin-left: 0px;}
.share_box .iconfont{font-size: 20px;}
.share_box>a .icon{width: 100%; height: 100%; border-radius: 50%; border: 0px; vertical-align: top;}
.share_box>a .qrcode {position: absolute;top: -33px;left: 50%;background: #fff;width: 130px;height: 130px;text-align: center;transform: translate(-50%, -100%);box-shadow: 0 5px 16px 0 rgba(0, 0, 0, 0.34);box-sizing: border-box; opacity: 0;visibility: hidden;}
.share_box>a .qrcode img{width: 100%;}
.share_box>a .qrcode:after {content: ' ';position: absolute;bottom: -20px;left: 50%;border: 10px solid transparent;border-top-color: #fff;transform: translatex(-50%);}
.share_box> a:hover .qrcode {top: -13px;opacity: 1;visibility: visible;transition: all .3s ease;}
/*分页*/
.pages_box{width: 100%; margin: 30px auto 20px; padding-bottom: 60px; overflow: hidden; position: relative;}
.pages_box .page_main{text-align: center;}
.pages_box .page_main a,.pages_box .page_main span
,.layui-laypage a, .layui-laypage span{font-size: 16px; line-height: 40px; padding: 0px 15px; margin: 0 5px; background-color: #fff; border: 1px solid #dddddd; display: inline-block; color: #999999; border-radius: 3px;}
.pages_box .page_main span{ border-color: #37C393; color: #fff; background-color: #37C393;}
.pages_box .page_main a:hover, .layui-laypage a:hover{color: #37C393;}
.inside_pages_box{padding-top: 60px;}




/*页面级提示*/
.page_tips_box{position: relative; margin: 20px 30px; padding: 50px 100px; min-height: 500px; background-color: #FFFFFF; border: 1px solid #EBEBEB;}
.page_tips_box h2{font-size: 20px; line-height: 40px;}
.page_tips_box p{margin-top: 10px;}
.page_tips_box .centerbox{text-align: center; position: relative;}
.page_tips_box .btnBox{ position: relative; margin: 20px auto;}
.page_tips_box .btnBox a{display: inline-block;width: 100px;color: #FFFFFF;height: 40px;line-height: 40px;font-size: 14px;text-align: center;border-radius: 5px;background-color: #37C393;}




/*右侧活动推荐*/
.container_right .index_rec_activity{position: relative; margin-bottom: 10px;}
.container_right .index_rec_activity a{position: relative;font-size: 0; display: inline-block; margin-top: 10px; width: 100%; height: auto; overflow: hidden;background-color: #F0F0F0;}
.container_right .index_rec_activity a:first-child{margin-top: 0px;}
.container_right .index_rec_activity a img{ width: 100%; height: auto;transition: transform .7s ease;}
.container_right .index_rec_activity a img:hover {transform: scale(1.2, 1.2);}

/*返回顶部*/
.go_top_back{position:fixed;bottom: 50px;right: 100px;display: none;z-index: 500000;width: 50px;height: 50px;background: url("../img/top_active.png");-webkit-background-size: 50px 50px;background-size: 50px 50px;background-repeat: no-repeat;}
.go_top_back:hover{background: url("../img/top.png");}


/*顶部搜索*/
#searchBox{cursor: pointer;font-size: 14px;color: white;}
.searchlayer{background: #000;position: absolute;top: 0;left: 220px;z-index: 99999;width: 1150px;height: 70px;line-height: 70px;text-align: center;display: none;margin-left: -50px;}
.searchlayer #searchBox1{cursor: pointer;padding-left: 18px;background-repeat: no-repeat;font-size: 25px;color: white;}
/*.searchlayer #searchBox1>i{}*/
#search1{height:30px;width: 400px;border: 0;margin-left: 10px;outline:none;text-indent: 10px;border-radius: 5px;}
.searchlayer_close{cursor: pointer;display: inline-block;margin-left: 10px; color: white;height: 70px;}
.searchlayer_close>i{font-size: 25px;color: white;}

/*热门标签*/
.layer_box_title{padding: 15px 10px;background: white;border-bottom: none;font-size: 16px;}
.layer_box_title .hots_title{color: #77C967;}
.layer_box_title a.hot_label{display: inline-block;padding: 0 0 10px;margin-left: 8px;color: RGBA(160, 160, 160, 1);}
.layer_box_title a.hot_label:hover{color: #77C967;}
.navContent {background-color: #333333;border-radius: 4px; /* css 3标准 */-moz-border-radius: 4px; /* mozilla */-webkit-border-radius: 4px; /* webkit */left: 50%;position: absolute;top: 70px;width: 580px;margin-left: -290px;z-index: 999;padding: 0px;display: none;}
.navContent:hover{display: block;}
.triangle {width: 0;border-right: 8px solid transparent;border-left: 8px solid transparent;border-bottom: 16px solid #333;position: absolute;z-index: 50;left: 50%;top:-12px;margin-left: -8px;}
.navContent > li {width:94%;padding: 0 3%;}
.navContent > li > ul > li.item {color: #fff;padding:10px 0;line-height: 50px;width: 25%;}
.navContent ul li a {color: #fff;display: block;padding: 5px 10px;font-size: 14px;line-height: 24px;text-align: center;}
.nav-link_a>i{font-size: 13px;}
.nav-link_a:hover +ul.navContent{display: block;}
.searchBoxP{font-size:22px;color: white;text-align: center;margin-top: 10px;height: 30px;}
.search_font{font-size: 14px;color: white;}
.banner_index{width:486px;height: 270px;}
.img-responsive{width: 100%;}
.swiper-index-h1{position: absolute;bottom: 0;color: white;font-size: 20px;text-align: center; width: 80%;padding: 40px 10% 15px;background: -webkit-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom , rgba(0,0,0,.3) ,transparent); /* Firefox 3.6 - 15 */background: linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* 标准的语法 */}
.recommend {width: 218px;display: inline-block;margin-left: 10px;}
.rec_box {width: 218px;text-align:center;position: relative;margin-bottom: 10px;overflow: hidden;height: 130px;}
.rec_img {width: 100%;overflow: hidden;}
.rec_img a img {width: 218px;float: left;height: 130px;}
.rec_box .n_t {width: 92%;height: 50px;padding: 15px 4% 0px 4%;position: absolute;bottom:0px;left:0px;background: -webkit-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Safari 5.1 - 6.0 */background: -o-linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* Opera 11.1 - 12.0 */background: -moz-linear-gradient(bottom , rgba(0,0,0,.3) ,transparent); /* Firefox 3.6 - 15 */background: linear-gradient(bottom , rgba(0,0,0,.3) , transparent); /* 标准的语法 */}
.rec_box h1 {text-align: center;font-size: 14px;font-weight: bold;color: #fff;line-height: 22px;height:44px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow:ellipsis;-webkit-line-clamp: 2;-webkit-box-orient: vertical; display: flex; justify-content: center; align-items: flex-end;}
.rec_box:hover h1 {color: #fff;}
.rec_box h1 a {color: #fff;}
.rec_2_img{width: 100%;height: 182px;overflow: hidden}
.rec_2_img a img {width: 100%;}
.rec_box_2 .n_t {width: 92%;height: 60px;padding: 20px 4% 0px 4%;position: absolute;bottom:0px;left:0px;}
.rec_box_2 h1 {text-align: center;font-size: 24px;font-weight: normal;color: #fff;line-height: 36px;height:36px;overflow: hidden;text-overflow: ellipsis;-o-text-overflow:ellipsis;-webkit-line-clamp: 1;-webkit-box-orient: vertical;-webkit-box-orient:vertical;}
.rec_box_2:hover h1 {color: #fff;}
.rec_box_2 h1 a {color: #fff;}
.copy_right a{padding-right: 10px;}
.qq_t_box{width:auto;background: white;padding: 15px 20px;font-size: 14px;color: #999999;line-height:32px;}
.ev_box_h{font-size: 18px;padding-bottom: 5px;color: #333333;line-height:45px;}
.qq{text-align: left;padding-left: 20px;}
.t_box{background: white;margin-top: 10px;padding: 15px 20px;border-top: 1px solid #cccccc;}
.activity_erweima{text-align: center;}
.activity_erweima .activity_erweima_main{padding:10px 0 0;}
.activity_erweima .activity_erweima_main .activity_erweima2{width: 100%;}
.activity_erweima .activity_erweima_main .activity_erweima2>img{width:200px;height: 200px;}
.btn_links{width:150px;height: auto;text-align: center;font-size: 12px;color: #FFFFFF;padding: 8px 5% 8px 5%;line-height: 1.5;font-weight: normal;-moz-border-radius: 8px;margin: 5px 20px 0;background-color: #80D740;}
.btn_links a{color: white;}
.links.btn_links{background: #1E96D4;}
.btn_links.btn-info{background-color: #28aae2;}
.btn_links.btn-purple{background-color: #343e6f;}
.btn_links.btn-orange{background-color: #FF944C;}
.btn_links.btn-aqua{background-color: #30b2bf;}
.sina_box{padding: 20px 60px;}
.sina_box>a{display: inline-block;width:60px;height:60px;border-radius:50%;background-color: #d1423c; background-image: url("../../image/sina.png");background-size:30px auto;background-repeat: no-repeat;background-position: center; }
.sina_box>a.sina_2{background-color: #1E96D4;}
.pan{font-size: 16px;padding:40px 0; }
.animation_img{transition: transform .7s ease;}
.animation_img:hover{transform: scale(1.1, 1.1);-ms-transform:scale(1.1, 1.1); 	/* IE 9 */-moz-transform:scale(1.1, 1.1); 	/* Firefox */-webkit-transform:scale(1.1, 1.1); /* Safari 和 Chrome */-o-transform:scale(1.1, 1.1); 	/* Opera */}
.top_box_height{height: 80px;}
.section_hot_box{border: none !important;padding: 0 0 15px;}
.section_hot_box dt{padding: 10px 15px;}
.hot_article_view .li_box{ height:26px;line-height: 26px; font-size: 12px;color: #666666;margin-bottom: 10px;width: 100%;   }
.hot_article_view .li_box .ran{-webkit-border-radius: 4px;width:18px;height: 20px;line-height: 20px;text-align: center;font-weight: normal;color: #FFF;background-color: #CCCCCC;float: left;font-size: 12px;margin-right: 5px;}
.hot_article_view .li_box .ran.top{color: #FFF;background-color: #FFCC00;}
.title_box{width: 194px;}
#rightButton{position:fixed;top:360px;right:90px;z-index:999999;display:block;}
#right_ul{position:relative;float: left;}
#ww,#qq,#tel,#tip,#backToTop,#code{width:50px;height:auto;border-radius: 4px;-moz-border-radius: 4px;-webkit-border-radius: 4px;background:url(https://youxituoluo.oss-cn-shenzhen.aliyuncs.com/cms/static/images/icon.png) no-repeat;}
/**********返回*************/
#backToTop { background-position:-305px -163px; z-index:999999; width:50px; height:59px; display:none;}
a.backToTop_a { width:50px; height:60px; display:block; }
a.backToTop_a:active { background-position:-255px -162px; }
#baoliao_btn{display: inline-block;width: 50px;height: 50px;line-height: 50px;margin-top: 20px; text-align: center;border-radius: 100%;background-color:#FF6501;color: white; cursor: pointer;}
.section{margin: 0 0 15px;}
.subject_view_ul  .subject_view_li{font-size: 0;position: relative;margin-bottom: 20px;overflow: hidden;}
.subject_view_img_box{width:250px;height:170px;overflow: hidden;}
.subject_view_ul  .subject_view_li .subject_view_img{width: 100%;transition: transform ease 1s;}
.subject_view_ul  .subject_view_li .subject_view_img:hover{transform: scale(1.2)}
.subject_view_ul  .subject_view_li .subject_view_title{position: relative;bottom: 0;left: 0;font-size: 14px; background: rgba(0,0,0,0);color: #333333;width: 290px; padding: 4px 0px;}
.subject_view_title:hover{color: #1E96D4 !important;}
.subject_view_li_title{width: 100%;height: 35px !important;display: flex;justify-content: space-between;line-height: 30px;color: #333333;}
.subject_view_li_title span{font-size: 18px;}.subject_view_li_title a{font-size: 14px;color: #9a9a9a;}
/*爆料框*/
.layui-btn {display: inline-block;height: 38px;line-height: 38px;padding: 0 18px;background-color: #009688;color: #fff;white-space: nowrap;text-align: center;font-size: 14px;border: none;border-radius: 2px;cursor: pointer;}
.layui-btn+.layui-btn {margin-left: 10px;}
.layui-btn-danger {background-color: #000;}
.layui-btn-primary {border: 1px solid #C9C9C9;background-color: #fff;color: #555;}
.knock-mot{position: fixed;bottom: 0;left: 0;right: 0;top: 0;background:rgba(0,0,0,0.5);z-index: 99999;}
.knock-box{position: relative;left: 50%;top: 50%;margin-top: -320px;margin-left: -262px;width:540px;height:650px;background:rgba(255,255,255,1);border-radius:10px;overflow: hidden;}
.knock-top{width: 100%;height: 57px;line-height: 57px;background:#000;padding-left: 20px;color: white;font-size: 20px;}
.knock-top img{padding: 15px 23px;box-sizing: border-box;}
.knock-main{box-sizing: border-box;padding: 0 42px;}
.knock-text{display: flex;flex-direction: column;margin-bottom: 10px;}
.knock-text span{color: #222222;font-size: 14px;}
.knock-text textarea{margin-top: 12px;width:440px;height:120px;background:rgba(255,255,255,1);border:1px solid rgba(202, 211, 223, 1);border-radius:5px;padding: 5px 7px;resize:none;line-height: 20px;box-sizing: border-box;}
.mandatory{color: red !important;}
.knock-img{position: relative;width: 440px;}
.knock-img span{font-size: 14px;}
.txt-condition{color: #999999;}
.knock-info{padding: 5px 0;}
.knock-info span{color: #222222;font-size: 14px;}
.knock-info span.label_box{display: inline-block;width: 50px;text-align: left;}
.input_info{width: 320px;height: 30px;background: rgba(255,255,255,1);border: 1px solid rgba(202, 211, 223, 1);border-radius: 5px;padding: 0 7px;box-sizing: border-box;margin-top: 8px;}
.knock-info:first-of-type{margin-top: 5px;}
.knock-img{position: relative;width: 440px;}
.knock-img span{font-size: 14px;}
.txt-condition{color: #999999;}
.pic-upload{position: relative;width: 100%;margin-top: 12px;}
.pic-upload-ul{position: relative;width: 100%;display: flex;justify-content: space-between;}
.pic-upload-ul li{position: relative;display: flex;justify-content: center;align-items: center;width:68px;height:68px; /*border: 1px dashed #efefef;*/cursor: pointer;}
.pic-upload-ul li img{position: absolute;width: 68px;height: 68px;border: 1px solid #efefef;}
.input-file{width: 68px;height: 68px;display: inline-block;opacity: 0;position: absolute;left: 0;top: 0;z-index: 999;cursor: pointer;}
.btn-knock{position: relative;width: 212px;margin: 15px auto 0;display: flex;justify-content: space-around;}
.knock-text label{display: inline-block;width: 200px;}
#checkbox{display: inline-block;vertical-align: middle;}
.layui-btn-gay{background-color: #666666}
/*游戏测评*/
.surface_pro_title{border-bottom: 1px solid #ccc;}
.surface_pro_title h1{display: inline-block;width: auto;text-align: left;font-size: 16px;line-height: 16px;padding-bottom: 17px; color: #000000;font-weight: bold;border-bottom: 1px #77C967 solid;padding-right: 10px;}
.surface_pro_box .surface_pro_li{margin: 15px 0 10px;position: relative;cursor: pointer;width: 100%;border-bottom: 1px solid #cccccc;}
.surface_pro_box .surface_pro_li .surface_pro_img_box{height: 150px;width: 100%;overflow: hidden}
.surface_pro_box .surface_pro_li:hover .surface_pro_img_box .surface_pro_img{transform: scale(1.2);-ms-transform:scale(1.2); 	/* IE 9 */-moz-transform:scale(1.2); 	/* Firefox */-webkit-transform:scale(1.2); /* Safari 和 Chrome */-o-transform:scale(1.2); 	/* Opera */}
.surface_pro_box .surface_pro_li>a{width: 100%;display: inline-block;height: 100%;}
.surface_pro_box .surface_pro_li .surface_pro_img{width: 100%;transition: transform .7s ease;}
.surface_pro_box .surface_pro_li .surface_pro_des{width: auto; margin-bottom: 5px;color: #4D4D4D;line-height: 24px;font-size: 14px;}
.surface_pro_box .surface_pro_li .surface_pro_des:hover{color: #77C967;}
/*列表顶部广告*/
.ad_box{position: relative; width: 750px;height: 150px; overflow: hidden; background-color: white;text-align: center;margin-bottom: 10px;cursor: pointer;}
.ad_box a:hover{opacity:1}
.ad_box_img{width: 100%;min-height: 150px;vertical-align: middle}
.swiper-container-horizontal>.swiper-pagination-bullets{position: absolute;left: auto; right: 30px;width: auto;}
.ad-swiper-pagination .swiper-pagination-bullet{border: 1px solid #fff;background:rgba(0,0,0,.2);opacity: 1;}
.ad-swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: white;}
.ad_box_img_box,.banner_index_swiper,.indexlist_swiper,.n_t>h1{cursor: pointer;}
.banner_index .swiper-pagination .swiper-pagination-bullet{background: white;box-shadow: 0 0 3px rgba(0,0,0,1);opacity: 1;}
.banner_index .swiper-pagination .swiper-pagination-bullet.swiper-pagination-bullet-active{background: #000;box-shadow: 0 0 3px #ffffff;}
.swiper-container-horizontal>.swiper-pagination-bullets.banner_index_pagination{bottom: 2px;text-align: left;}

/*广告推广标识*/
.ad_tuiguang{position: absolute;top: 8px;right: 10px; display: inline-block;padding: 5px 10px;color: white;border-radius: 2px;text-align: center;line-height: 12px;font-size: 12px;background-color: rgba(0,0,0,.5);}